home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4413 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  938 b 

  1. Path: news.fh-heilbronn.de!news
  2. From: PhacE^Internet^Crew < >
  3. Newsgroups: comp.lang.c++
  4. Subject: Watcom: access violation
  5. Date: 30 Jan 1996 08:18:58 GMT
  6. Organization: fh-heilbronn
  7. Message-ID: <4ekk9i$dg1@sun1.rz.fh-heilbronn.de>
  8. NNTP-Posting-Host: mm-mac.mi.fh-heilbronn.de
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
  13. X-URL: news:comp.lang.c++/143592-143593
  14.  
  15. I am using Watcom 10.5 C++ compiler. I have linked  
  16. some third party obj files into my 32bit windows exe. 
  17. Compiling and linking is no problem, however debugging 
  18. shows that before my code is reached some routines in 
  19. a file called kernel32.dll are executed:
  20. a function IsDBCSLeadByte calls __DLLstart which 
  21. produces an access violation.
  22. My program has a simple main() function as entry 
  23. point, I did not use any windows specific programming 
  24. elements like handles.
  25. Anyone any idea?
  26.  
  27.  
  28.